home *** CD-ROM | disk | FTP | other *** search
/ System Booster / System Booster.iso / Texteditors / Origami / Sources / src / h / lg < prev    next >
Encoding:
Text File  |  1996-09-27  |  398 b   |  15 lines

  1. #    this file contains all predefined languages, using
  2. #    strings to mark comment start and end. It's used to
  3. #    generate C and ROFF source files
  4. #     field separator is tab=C-I
  5. #     Column 1: name of the language
  6. #     Column 2: start of comment in C-syntax
  7. #     Column 3: end of comment in C-syntax
  8. "Occam"    "--"    ""
  9. "Pascal"    "(*"    "*)"
  10. "C"    "/*"    "*/"
  11. "Lisp"    ";"    ""
  12. "Roff"    ".\\\""    ""
  13. "TeX"    "%"    ""
  14. "Script"    "#"    ""
  15.